type runtime.specialWeakHandle

6 uses

	runtime (current package)
		mgcmark.go#L402: 					spw := (*specialWeakHandle)(unsafe.Pointer(sp))
		mheap.go#L749: 	h.specialWeakHandleAlloc.init(unsafe.Sizeof(specialWeakHandle{}), nil, nil, &memstats.gcMiscSys)
		mheap.go#L2037: type specialWeakHandle struct {
		mheap.go#L2155: 	s := (*specialWeakHandle)(mheap_.specialWeakHandleAlloc.alloc())
		mheap.go#L2232: 		handle = ((*specialWeakHandle)(unsafe.Pointer(*iter))).handle
		mheap.go#L2315: 		sw := (*specialWeakHandle)(unsafe.Pointer(s))